FlexReport for WinForms
Add メソッド (C1SortedList<TKey,TValue>)


C1.Document アセンブリ > C1.Document 名前空間 > C1SortedList<TKey,TValue> クラス : Add メソッド
Adds value to the list, returns index of the added value, throws exception if value with specified key already exists.
シンタックス
'宣言
 
Public Function Add( _
   ByVal key As TKey, _
   ByVal value As TValue _
) As System.Integer
'使用法
 
Dim instance As C1SortedList(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
Dim value As System.Integer
 
value = instance.Add(key, value)
public System.int Add( 
   TKey key,
   TValue value
)

パラメータ

key
value
参照

参照

C1SortedList<TKey,TValue> クラス
C1SortedList<TKey,TValue> メンバ